home *** CD-ROM | disk | FTP | other *** search
- On 14-Mar-98, Jonas Thorell wrote:
-
- [Else If - structure]
- >Didn't Europress claim that Pro was a 100% compatible to classic, beside the
- >extensions? Well, it isn't apparently.
-
- Yes it is. You just have to type some extra spaces when editing.
-
- The folowing typing _will_ work in APro:
-
- ifa=10
- ?"a=10"
- else ifa=20
- ?"a=20"
- endif
- endif
-
- But the following typing will _not_ work in APro:
-
- ifa=10
- ?"a=10"
- elseifa=20
- ?"a=20"
- endif
- endif
-
- I know that the result will look just the same in the editor, but in the first
- example "else" and "if" are tokenized individually, and in the second example
- they are tokenized together (to "else if")
-
- --
-
- /¯\ __ __ /¯¯¯¯¯\ _ Rune Zedeler
- ________/ /// \\__/ \\\ ---/ \¯-_ Peter Rørdams Vej 19
- \ / //¯| \\/ ||¯\ \\¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯-_ 2800 Lyngby
- ) / // | \ ` / || \ \\ Lemmus of Efreet - Denmark
- / / ¯¯¯¯¯\\|\-'/ /¯¯¯¯¯ \\____________ _-¯
- ¯¯¯¯¯\------'/||¯¯| \------'/ /_-¯ rzedeler@post10.tele.dk
- ¯¯¯¯¯¯\-'/ \-'/¯¯¯¯¯¯ ¯ Tel: +45-45871730
- ¯¯ ¯¯
-
-
-